testing.chattyFlag.json (field)

9 uses

	testing (current package)
		example.go#L86: 	if chatty.on && chatty.json {
		testing.go#L529: 	json bool // -v=test2json is set, to make output better for test2json
		testing.go#L540: 		f.json = arg == "test2json"
		testing.go#L543: 		f.json = false
		testing.go#L549: 	if f.json {
		testing.go#L559: 	if f.json {
		testing.go#L568: 	if f.json {
		testing.go#L582: 	return &chattyPrinter{w: w, json: chatty.json}
		testing.go#L2356: 	if chatty.json {